lcMLStyleAddLine Home

Adds new line definition into multiline style.

 BOOL lcMLStyleAddLine (
   HANDLE hStyle,
   double Offset,
   LPCWSTR szColor,
   HANDLE hLinetype
 );

Parameters
hStyle
  Handle to a multiline style.
Offset
  Offset distance.
szColor
  Line color. An empty string means "ByLayer" color.
hLinetype
  Handle to a linetype object. NULL for "Continuous" linetype.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcMLStyleDelLine,   lcMLStyleSortLines